PDF4Java Reference Documentation
com.o2sol.pdf4java Package / PDFFixedDocumentFeatures Class / getEnableDocumentNamedDestinations Method
In This Topic
    getEnableDocumentNamedDestinations Method
    In This Topic
    Gets a value indicating whether document named destinations are enabled.
    If named destinations are not enabled, then the method will return null and new named destinations cannot be created.
    Syntax
    public boolean getEnableDocumentNamedDestinations()

    Return Value

    True if the named destinations are enabled.
    See Also